Sum consecutives

05.04.2023

You are given a list/array which contains only integers (positive and negative). Your job is to sum only the numbers that are the same and consecutive. The result should be one list.Extra credit if you solve it in one line. You can assume there is never an empty list/array and there will always be an integer.

Blog_Description